.headera{
	font-size: 0;
	border-bottom: 1px solid #dddddd;
}
.headera p.fl{
	font-size: 12px;
	color: #999999;
	height: 30px;
	line-height: 30px;
}
.headera div.fr{
	
}
.headera div.fr p{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
}
.headera div.fr b{
	font-size: 18px;
	color: #e72600;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	margin-left: 6px;
}

.stick {
	position:fixed;
	top:0;
	left: 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	background: #ffffff;
	z-index:100;
	width: 100%;
}
.headerb{
	font-size: 0;
}
.headerb h1{
	margin: 10.5px 0;
}
.headerb h1 a{
	display: block;
}
.headerb h1 img{
	
}
.headerb nav{
	margin: 17.5px 0;
}
.headerb nav>ul{
	
}
.headerb nav>ul>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	position: relative;
}
.headerb nav>ul>li:last-child{
	margin-right: 0;
}
.headerb nav>ul>li>a{
	display: block;
	padding: 0 17px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
	border-radius: 5px;
}
.headerb nav>ul>li>a.active{
	background: #133984;
	color: #fff;
}
.headerb nav>ul>li>ul.erji{
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #333;
	top: 40px;
	padding: 5px;
}
.headerb nav>ul>li>ul.erji li{
	
}
.headerb nav>ul>li>ul.erji a{
	font-size: 12px;
	color: #fff;
	display:block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav>ul>li>ul.erji a:hover{
	background: #133984;
	border-radius: 5px;
}

/*幻灯片CSS*/
#banner {
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 50;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 16px;
  	height: 16px;
  	background-color: transparent;
  	display: inline-block;
  	margin: 0 7px;
  	cursor: pointer;
  	border: 2px solid #ffffff;
  	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #034387;
  	border: 2px solid #034387;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	font-size: 0;
}
#banner .btn {
  	width: 51px;
 	height: 96px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}


/*底部*/
.footer{
	background: #212121;
	padding: 50px 0 40px 0;
}
.footer div.fl{
	
}
.footer div.fl p{
	font-size: 12px;
	color: #cccccc;
	line-height: 30px;
}
.footer div.fl p a{
	color: #cccccc;
}
.footer div.fr{
	
}
.footer div.fr>a{
	display: inline-block;
	vertical-align: top;
}
.footer div.fr>a>img{
	width: 150px;
	height: 150px;
}
.footer div.fr>.sys{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.footer div.fr>.sys span{
	display: block;
	font-size: 12px;
	color: #cccccc;
	margin-top: 5px;
	margin-bottom: 38px;
}
.footer div.fr>.sys img{
	
}
.footer div.fr>.sys p{
	font-size: 16px;
	color: #cccccc;
	margin: 2px 0 2px;
}
.footer div.fr>.sys b{
	font-size: 30px;
	color: #cccccc;
	font-weight: bold;
}